Welcome![Sign In][Sign Up]
Location:
Search - DIB bmp

Search list

[Graph programbmpDIBDisplay

Description: .bmp位图的显示方法实现源代码,-. bmp bitmap display method source code,
Platform: | Size: 95232 | Author: 林海滨 | Hits:

[GUI Developcbmpdibload

Description: 本例子采用一个非常规的方法VC中动态调用bmp文件加入到资源-used the example of an unconventional method called dynamic VC bmp documents into resources
Platform: | Size: 4096 | Author: 刘彤 | Hits:

[Picture Viewer24bits_to_256dib

Description: BMP图象24位真彩色,256位,灰度图之间的转换,相信对大家有所帮助,-24 true color, 256, the conversion between the gray level, we believe that the right help,
Platform: | Size: 1951744 | Author: 姚庆杏 | Hits:

[Special Effectsdemo_viewdib

Description: 该程序可以实现BMP图像的各种处理,包括膨胀、腐蚀、细化等,支持DIB的CDib类。-the program could realize the BMP image processing, including expansion, corrosion, refinement, DIB support the CDib category.
Platform: | Size: 3488768 | Author: 刘洋 | Hits:

[Special EffectsViewImage

Description: 支持多种图像格式的显示程序 *.bmp\*.dib\*.gif\*.jpg\*.jpe\*.jpeg\*.pcx\*.tga\*.tif\*.ti-Supports a wide range of image display program format*. bmp*. dib*. gif*. jpg*. jpe*. jpeg*. pcx*. tga*. tif*. ti
Platform: | Size: 502784 | Author: 巫炯 | Hits:

[GDI-BitmapBmpDemo

Description: DIB(设备无关位图)的快速旋转方法,直接操作位图数据,分别对单色、16色、256色及24位位图进行单独处理-DIB (Device Independent Bitmap) rapid rotation method, the direct operation of bitmap data, respectively, for monochrome, 16 colors, 256 colors and 24 separate bitmap handle
Platform: | Size: 143360 | Author: Michael | Hits:

[Picture ViewerDIBDisplay

Description: 该程序主要是用来显示.BMP文件格式的的 源代码能准确的执行-The program is primarily used for display. BMP file format of the source code to get a better implementation of
Platform: | Size: 2152448 | Author: yifei | Hits:

[Special EffectsShowdib

Description: 自己以前写的bmp位图显示的源代码,通过读取rgb数据,描点显示位图,简单,但是也许对初学着有帮助
Platform: | Size: 219136 | Author: zkz | Hits:

[Picture ViewerDip

Description: 可以显示bmp等多种图像,其中提供的DibObject类可以很方便的用于其他程序-Bmp, etc. can display a variety of images, which provided DibObject category can be easily used in other programs
Platform: | Size: 250880 | Author: 孙伟 | Hits:

[Special Effectsdib

Description: dib类,在bmp位图操作中具有很重要的作用,使用方便-dib category in bmp bitmap operations have a very important role, user-friendly
Platform: | Size: 1024 | Author: 王卫伟 | Hits:

[Picture ViewerMyDIBitmap

Description: BMP文件的读取,并能对其图片的任意像素点进行修改-BMP files to read, and its picture of arbitrary pixel modification
Platform: | Size: 70656 | Author: KIDXT | Hits:

[File Formatdata2bmp

Description: BMP文件是Windows保存图像的一种通用文件格式,在数字图像处理方面占有重要的地位。BMP文件中保存的图像数据是一种DIB(Device-Independent Bitmap,即设备无关位图),DIB是标准的Windows位图格式,它自带颜色信息,因此调色板管理非常容易。有许多文章是关于讲述如何将BMP文件读取、显示的,而如何将数据保存为BMP文件则不是太多,本文作者通过一个实例讲述这一过程。-BMP file is Windows to preserve the image of a common file format, in digital image processing, occupy an important position. BMP file saved in the image data is a DIB (Device-Independent Bitmap, that is device-independent bitmap), DIB is a standard Windows bitmap format, it comes with color information, so very easy palette management. There are many article on how to read BMP files, display, and how the data saved as BMP file is not too much, this article about the author, through an example of this process.
Platform: | Size: 24576 | Author: 石英 | Hits:

[Picture Viewerdiblook

Description: BMP显示程序,可打开并显示BMP格式文件-BMP display program can open and display BMP format
Platform: | Size: 1283072 | Author: Jerry | Hits:

[Special Effectsdib

Description: 一个基本的CDib类,实现了加载,复制,获取各种bmp图片的信息-CDib a basic category, achieved a load, copy, access to all kinds of bmp picture information
Platform: | Size: 6144 | Author: liucs | Hits:

[GDI-Bitmapdib

Description: 程序打开BMP格式文件,并显示该文件,同时,能对图像进行复制粘贴。-Program to open BMP format, and display the document at the same time, be able to copy and paste images.
Platform: | Size: 47104 | Author: heqing | Hits:

[Special EffectsBMP

Description: VC++中实现DIB类声明,读入和图像显示-VC++ Achieve DIB type statement, read into and image display
Platform: | Size: 71680 | Author: 陈刚 | Hits:

[2D Graphicdib

Description: BMP的设备无关图处理类,用于MFC里面的图像处理-BMP
Platform: | Size: 5120 | Author: chinajoy | Hits:

[Picture Viewerdib

Description: 看BMP图片的,可以转为数据文件,可用于英飞凌和MTK手机平台 -See BMP images can be converted to data files, can be used to Infineon and MTK mobile phone platform
Platform: | Size: 4237312 | Author: 李大伟 | Hits:

[Compress-Decompress algrithmsbmp

Description: 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法   要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc procedures used to do often need to output text and graphics preservation plan in place, and of course, can have ready-made controls to achieve, but not as his own wish, or write your own hands! The following graph: First, the realization method of text and graphics to put in place plans to preserve documents, as long as the structure of the master bitmap have a certain understanding, everything is ok then. First need to create a memory device environment, and then memory devices DIB created regional environment, do not forget to also create a CBitmap object, CBitmap object must be associated with DIB region to choose CBitmap object to the current equipment, the environment, and then in the current environment equipment output text and graphics on it.
Platform: | Size: 5120 | Author: | Hits:

[Graph programbmp

Description: 一个打开bmp图像的简单mfc 例程,例程中使用的是dib图像类-Bmp image to open a simple routine mfc
Platform: | Size: 1943552 | Author: zhou | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net